internal/runtime/maps.Map.seed (field)
30 uses
internal/runtime/maps (current package)
map.go#L202: seed uintptr
map.go#L269: m.seed = uintptr(rand())
map.go#L333: m.seed = uintptr(rand())
map.go#L416: hash := typ.Hasher(key, m.seed)
map.go#L435: hash := typ.Hasher(key, m.seed)
map.go#L491: hash := typ.Hasher(key, m.seed)
map.go#L631: hash := typ.Hasher(key, m.seed)
map.go#L659: hash := typ.Hasher(key, m.seed)
map.go#L678: m.seed = uintptr(rand())
map.go#L765: m.seed = uintptr(rand())
runtime.go#L81: hash := typ.Hasher(key, m.seed)
runtime.go#L156: hash := typ.Hasher(key, m.seed)
runtime.go#L226: hash := typ.Hasher(key, m.seed)
runtime_fast32.go#L50: hash := typ.Hasher(abi.NoEscape(unsafe.Pointer(&k)), m.seed)
runtime_fast32.go#L120: hash := typ.Hasher(abi.NoEscape(unsafe.Pointer(&k)), m.seed)
runtime_fast32.go#L209: hash := typ.Hasher(abi.NoEscape(unsafe.Pointer(&k)), m.seed)
runtime_fast32.go#L349: hash := typ.Hasher(abi.NoEscape(unsafe.Pointer(&k)), m.seed)
runtime_fast64.go#L50: hash := typ.Hasher(abi.NoEscape(unsafe.Pointer(&k)), m.seed)
runtime_fast64.go#L120: hash := typ.Hasher(abi.NoEscape(unsafe.Pointer(&k)), m.seed)
runtime_fast64.go#L210: hash := typ.Hasher(abi.NoEscape(unsafe.Pointer(&k)), m.seed)
runtime_fast64.go#L388: hash := typ.Hasher(abi.NoEscape(unsafe.Pointer(&k)), m.seed)
runtime_faststr.go#L57: hash := typ.Hasher(abi.NoEscape(unsafe.Pointer(&key)), m.seed)
runtime_faststr.go#L126: hash := typ.Hasher(abi.NoEscape(unsafe.Pointer(&k)), m.seed)
runtime_faststr.go#L186: hash := typ.Hasher(abi.NoEscape(unsafe.Pointer(&k)), m.seed)
runtime_faststr.go#L277: hash := typ.Hasher(abi.NoEscape(unsafe.Pointer(&k)), m.seed)
table.go#L150: hash := typ.Hasher(key, m.seed)
table.go#L538: hash := typ.Hasher(key, m.seed)
table.go#L1208: hash := typ.Hasher(key, m.seed)
table.go#L1249: hash := typ.Hasher(key, m.seed)
table_debug.go#L48: hash := typ.Hasher(key, m.seed)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |